home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / quasrsql.zip / QUERY14.SQL < prev    next >
Text File  |  1991-10-26  |  83b  |  6 lines

  1. update s
  2.   set status = 2 * status
  3.   where city = 'London';
  4.  
  5. select * from s;
  6.